All Questions
6 questions
0votes
1answer
69views
Evaluate my program with Java Mail + Sql + Swing
I'm 16 years old and no one to help me, no one to give any advice or constructive criticism, I'm aimless. I'll leave the link to my last code (github), a program that sends an email to everyone ...
1vote
2answers
2kviews
Using decorator and strategy pattern for dynamically generating SQL queries
This is a link to my application that actually runs on the design specified in the image. The idea behind the image is that the SubjectInfoViewer behaves as the ...
4votes
1answer
221views
JTable for employees in SQL table
I have been studying Java for 4 months and this project is what I came up with. I know I should make more classes and methods for quality but I am still learning. Please help to me if there is any ...
2votes
2answers
85views
SQL Query to display minimum prices per country
I have developed a Tender management System sort of code for one of my client. This is the piece of code : ...
3votes
0answers
66views
GUI rogram connecting to SQL and listing information about products in specific category
This is my very first application written in Java and so I finalized it, solely because it occurred to be my thesis. It is a very simple program that lists categories (Northwind database is used as a ...
4votes
1answer
2kviews
Execute multiple query from a text file
I am just wondering if this is a correct way to execute multiple query from a text file. ...